home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1833 / 1833.xpi / components / yoonoIWebAPI.idl < prev    next >
Text File  |  2009-12-16  |  458b  |  14 lines

  1. // Warning: after each modification, this file must be compiled into an XPT
  2. // ${SDK}/bin/xpidl -m header -w -I${SDK}/idl ynIYoonoWebAPI.idl
  3.  
  4. // This is the interface exposed to webpages. Note that not everything
  5. // is necessarly visible for all pages, depending on the security configuration.
  6.  
  7. #include "nsISupports.idl"
  8.  
  9. [scriptable, uuid(fd2fe577-21a1-4278-8c89-eecaf6895b44)]
  10. interface yoonoIWebAPI: nsISupports
  11. {
  12.   readonly attribute string version;
  13. };
  14.